runtime.m.procid (field)
9 uses
runtime (current package)
heapdump.go#L558: dumpint(mp.procid)
os_linux.go#L415: getg().m.procid = uint64(gettid())
os_linux.go#L576: tgkill(getpid(), int(mp.procid), sig)
os_linux.go#L682: sevp.sigev_notify_thread_id = int32(mp.procid)
os_linux.go#L841: for atomic.Load64(&mp.procid) == 0 {
os_linux.go#L850: tid := gp.m.procid
os_linux.go#L852: if atomic.Load64(&mp.procid) == tid {
os_linux.go#L862: if mp.procid == tid {
runtime2.go#L540: procid uint64 // for debuggers, but offset not hard-coded
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |